Add @binding-set rules to the CSS parser
authorCarlos Garnacho <carlosg@gnome.org>
Fri, 28 Jan 2011 00:52:03 +0000 (01:52 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 31 Jan 2011 02:24:51 +0000 (21:24 -0500)
commitdbff92fd9f4f4ba2af5f0db9ddee8641c559bc7d
tree59ff363bdebd55b31b4f9e1e228bbdaa32655c52
parent53ca6eb0b5b821bde2d96b873f0e02588aa2a7fb
Add @binding-set rules to the CSS parser

these custom rules can be used to define key themes
as in the RC files, a series of bind/unbind rules
may be added then:

@binding foo-bar {
  bind "<alt>1" { "move-cursor" (visual-positions, 1, 0) };
  unbind "<ctl>d"
}
gtk/gtkcssprovider.c